Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain name parsing bug fix #612

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Domain name parsing bug fix #612

wants to merge 2 commits into from

Conversation

DobromirM
Copy link
Member

Closes #610

Replaced the host name with the correct String.

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.51%. Comparing base (a91317f) to head (206324c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #612   +/-   ##
=======================================
  Coverage   47.50%   47.51%           
=======================================
  Files         432      432           
  Lines       36022    36020    -2     
=======================================
+ Hits        17112    17114    +2     
+ Misses      18910    18906    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DobromirM
Copy link
Member Author

The issue was more complex than I initially thought, so I will have to rework the PR before proceeding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Domain name parsing fails for TLS connections.
2 participants